home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mintman / bugs < prev    next >
Text File  |  1991-11-02  |  2KB  |  43 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991 Eric R. Smith. All rights reserved. See the file
  4. "copying" for conditions of redistribution.
  5. ========================================================================
  6.  
  7. Terminals connected to the MODEMx or MIDI ports don't act like the console
  8. terminal; special characters (e.g. ^C or ^Z) are not always interpreted.
  9. Moreover, Fselect on serial devices doesn't work.
  10.  
  11. The Mega STe's extra serial ports are not recognized like the TT's are.
  12.  
  13. There is code in context.s that will break on a 68010. I doubt that this
  14. will affect very many people.
  15.  
  16. File locking is not implemented for most file systems (only for FIFOs).
  17.  
  18. Files with null names won't show up in Fsfirst/Fsnext.
  19.  
  20. The date and time are not necessarily correct for volume labels created under
  21. MiNT.
  22.  
  23. The handle returned from Fcreate of a volume label is invalid. This shouldn't
  24. be a problem, since programs oughtn't to write to volume labels anyways!
  25.  
  26. Only the TOS file system checks in Fdelete for the read-only bit of a file.
  27.  
  28. If more than 999 pipes are created at once, the system will hang.
  29.  
  30. A symbolic link to file '\FOO' will always point to the file "FOO" in the
  31. directory of the current drive of the reading process, *not* the root of the
  32. drive the link is located on. If an explicit drive letter is given (e.g.
  33. A:\FOO) the link will work correctly.
  34.  
  35. MiNT won't work with Spanish language ROMs and TOS 1.0.
  36.  
  37. Only the first process to Fselect() on a device will be woken up when data
  38. arrives for the device.
  39.  
  40. The priority code is slightly off; the lowest priority process has an effective
  41. priority one higher than its real priority.
  42.  
  43.